home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / notify-osd.postinst < prev    next >
Text File  |  2009-10-20  |  127b  |  11 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. case "$1" in
  5.   configure)
  6.        killall alsdorf notification-daemon notify-osd 2>/dev/null || true
  7.      ;;
  8. esac
  9.  
  10.  
  11.